Class BMPFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by BMPFilter

public class BMPFilter
extends FileFilter

filters everything but bitmap files

Version:
4/17/10
Author:
Walter Lewis

Constructor Summary
BMPFilter()
           
 
Method Summary
 boolean accept(File f)
           
 String getDescription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BMPFilter

public BMPFilter()
Method Detail

accept

public boolean accept(File f)
Specified by:
accept in class FileFilter

getDescription

public String getDescription()
Specified by:
getDescription in class FileFilter